-- card: 3236 from stack: in -- bmap block id: 3831 -- flags: 0000 -- background id: 2601 -- name: first -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=368 top=248 right=312 bottom=469 -- title width / last selected line: 0 -- icon id / first selected line: 26425 / 26425 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: next ----- HyperTalk script ----- on mouseUp GO TO NEXT CARD end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=252 top=248 right=312 bottom=355 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Example ----- HyperTalk script ----- on mouseUp push card go to card "rule1-1" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=406 top=1 right=48 bottom=511 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: RETURN ----- HyperTalk script ----- on mouseUp POP CARD end mouseUp